home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2005 October
/
PCWOCT05.iso
/
Software
/
FromTheMag
/
Syn Text Editor 2.1.0.46
/
synsetup-2.1.0.46.exe
/
{app}
/
templates
/
Java
/
Console.java
next >
Wrap
Text File
|
2003-06-27
|
297b
|
20 lines
//Description: Java Console Programm|
/* Created: {$DateTime} by {$UserName}
**
**
*/
public class {$FileTitleNoExt}
{
public {$FileTitleNoExt}()
{
}
public static void main(String[] args)
{
{$FileTitleNoExt} {$FileTitleNoExt} = new {$FileTitleNoExt}();
}
}